INDSET problem
INDSET,
independent set problem,
独立集问题
#complexity_theory
#complexity_theory
Definition (decision problem)
Consider the problem of finding a maximum sized independent set (set of vertices without any common edges) in a graph. The corresponding language is
Algorithm to solve this language will tell, on inputting graph and number , where there exists an independent set of size at least .
Notes
References
- S. Arora, B. Barak. Computational Complexity: A Modern Approach, Cambridge University Press, 2009, pp. 3, 39.
- https://web.stanford.edu/class/archive/cs/cs103/cs103.1142/lectures/28/Small28.pdf
- https://people.engr.tamu.edu/andreas-klappenecker/csce658-s18/complexity.pdf